home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Online / Socks5 / src / server / s2s.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-03-10  |  705 b   |  18 lines

  1. /* Copyright (c) 1995-1999 NEC USA, Inc.  All rights reserved.               */
  2. /*                                                                           */
  3. /* The redistribution, use and modification in source or binary forms of     */
  4. /* this software is subject to the conditions set forth in the copyright     */
  5. /* document ("Copyright") included with this distribution.                   */
  6.  
  7. /*
  8.  * $Id: s2s.h,v 1.4.4.1 1999/02/03 22:35:42 steve Exp $
  9.  */
  10.  
  11. #ifndef S2S_H
  12. #define S2S_H
  13.  
  14. extern int S5SExchangeProtocol P((S5IOInfo *, S5IOInfo *, S5LinkInfo *, char *, S5NetAddr *, S5NetAddr *));
  15. extern int S5SExchgUdpCmd P((S5IOHandle, S5IOInfo *, S5LinkInfo *, u_char, u_char, u_char *));
  16.  
  17. #endif
  18.